home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc / OpenDoc Development / Debugging Support / OpenDoc Source Code / Memory / MemCnfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-22  |  792 b   |  34 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        MemCnfig.h
  3.  
  4.     Contains:    Project prefix file for Memory subsystem
  5.  
  6.     Written by:    Jens Alfke
  7.  
  8.     Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.          <4>     1/24/95    TJ        Moved the define for MM_DEBUG to
  13.                                     MMDbgOpt.h.
  14.          <3>     1/12/95    jpa        Define OLDROUTINENAMES and
  15.                                     OLDROUTINELOCATIONS. [1211211]
  16.          <2>     9/29/94    RA        1189812: Mods for 68K build.
  17.          <1>     9/14/94    jpa        first checked in
  18.     To Do:
  19.     In Progress:
  20.         
  21. */
  22.  
  23.  
  24. #ifndef _MEMCNFIG_
  25. #define _MEMCNFIG_
  26.  
  27.  
  28. //        MM_DEBUG is now defined in MMDbgOpt.h for CW
  29. //#define MM_DEBUG            1            // Set to 1 for debug build, else 0
  30.  
  31. #undef  MM_LITTLE_ENDIAN                // Define for little-endian CPUs (e.g. x86)
  32. #undef  BUILD_WIN16                        // Define for 16-bit MS Windows
  33.  
  34. #endif /*_MEMCNFIG_*/